CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 背包 问题

搜索资源列表

  1. 背包问题.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1927
    • 提供者:
  1. beibao.rar

    0下载:
  2. 背包问题最优算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:313348
    • 提供者:
  1. knapsack.rar

    0下载:
  2. 用GAlib库实现的解决0/1背包问题的遗传算法程序源代码。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3090
    • 提供者:
  1. thesis2000_fangqi

    0下载:
  2. 算法分析和设计的主要原理,动态规划 贪心算法 背包问题的实例-algorithm analysis and design of the main principle of dynamic programming greedy algorithm examples knapsack problem
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:69562
    • 提供者:望水
  1. 贪心方法

    0下载:
  2. 贪心方法解0/1背包问题,构造一个物品类,调用类方法对背包进行排序,核心代码已给出-greedy method for 0 / 1 knapsack problem, a structural categories of goods, the category called right backpack method for sequencing, the core code has been given
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:52052
    • 提供者:赵立
  1. my0-1knapsack

    0下载:
  2. 给定n 个物品, 物品i重为wi 并且价值为 vi ,背包所能承载的最大容量为 W. 0-1 背包问题即是选择含有着最大总价值的物品的子集且它的容量 ≤W . 用动态规划实现-given n goods, items i weight of wi and value of vi, the backpack can carry a maximum capacity of W. 0-1 knapsack problem that is a choice with a maximum tot
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1002
    • 提供者:叶黎
  1. 背包问题之贪婪算法求解C语言源代码

    0下载:
  2. 其实原来的程序也是采用了贪婪算法,不过下面程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-fact, the original procedure is used in the greedy algorithm, but the procedures below beibao1 function of the greedy algorithm used another way, beibao function of the previous
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1156
    • 提供者:ffff
  1. id5

    0下载:
  2. 介绍动态规划方法在解决背包问题、图象压缩、矩阵乘法链、最短路径、无交叉子集和元件折叠等方面的应用。-on dynamic programming methods in solving knapsack problem, image compression, the matrix multiplication chains, the shortest path, non-overlapping subsets of folding and components such applications.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:25151
    • 提供者:鼹鼠
  1. PSO-bag

    0下载:
  2. 用粒子群算法解决背包问题,能得到比较有效的结果-Particle swarm algorithm to solve knapsack problem, the results can be more effective
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:17105
    • 提供者:fudandan99
  1. simknap_rec

    0下载:
  2. 简化背包算法,实用于大学生学习模拟使用,实现简单的背包问题-Simplify the knapsack algorithm, useful in the simulation students learn to use, simple knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:533
    • 提供者:左孝源
  1. d66906376b80

    0下载:
  2. 遗传算法解决TSP背包问题的源代码,包涵MATLAB程序和详尽文字算法说明-Knapsack problem genetic algorithm source code for TSP, bear with MATLAB algorithms procedures and detailed text descr iption
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:585920
    • 提供者:px
  1. 01

    0下载:
  2. 01背包问题,利用的是动态规划的思想,不是改进的01背包算法-01 knapsack problem, the use of dynamic programming is the idea, not the 01 knapsack algorithm to improve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6058
    • 提供者:李崇帆
  1. beibaoqiujie

    0下载:
  2. 用遗传算法计算背包问题的经典程序,word的文档里面有说明和程序。-Knapsack problem using genetic algorithm the classic program, word document which has instructions and procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:26565
    • 提供者:孙磊
  1. PSO-for-knapsack-problem

    0下载:
  2. pso算法在背包问题中的matlab程序。-pso algorithm in the knapsack problem in the matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:18572
    • 提供者:hancunai
  1. 背包问题

    0下载:
  2. python的0-1背包算法实现,包含如何求出路径,还有算法流程图(Python 0-1 knapsack algorithm implementation, including how to find the path, and the algorithm flow chart)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:38912
    • 提供者:Ptpmgh
  1. 01beibao_fenzhijiexian

    0下载:
  2. 分治法实现01背包问题,输入为即将放入背包的物品的重量和对应价值的数组,输出为放置物品的最优方案(Realization of 01 knapsack problem by divide and conquer method)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:887808
    • 提供者:泸沽湖123
  1. 12.8 01背包练习题

    0下载:
  2. java 动态规划之0-1背包问题代码详解,详细注释(0-1 knapsack problem dynamic programming code Xiangjie)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:39936
    • 提供者:flbing
  1. 01packeg

    0下载:
  2. 01背包问题的一种实现算法。根据需要设置Weight、Value和Capacity。(01 an algorithm for the realization of the knapsack problem. Weight, Value, and Capacity are set up as required.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:1391616
    • 提供者:Euler.Xie
  1. 0-1

    0下载:
  2. 利用动态规划实现0-1背包问题,文件包含源代码,解释说明及测试样例(Dynamic programming to achieve 0-1 knapsack problem.)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:447488
    • 提供者:pptv89
  1. 背包九讲

    0下载:
  2. 经典DP 背包问题,九讲背包入门,适合新手或入门者学习动态规划(The classic DP knapsack problem, the introduction of knapsack, is suitable for beginners or beginners to learn dynamic programming.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:52224
    • 提供者:你好6
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com